home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / FINGER < prev    next >
Text File  |  1995-05-29  |  3KB  |  86 lines

  1. ======                                              DISview [518]
  2. finger
  3. ======
  4.  
  5. _________________________________________________________________
  6. finger <finger_filename>@<nodename>
  7. finger @<nodename>
  8. _________________________________________________________________
  9. Read the file <finger_filename> at <nodename>. Finger is 
  10. typically used to find out specific information about users on 
  11. remote hosts.  By fingering a user, you can find out such 
  12. information as a user's name, his mailing address, telephone
  13. number and other useful facts.  This information is kept in a 
  14. separate text file for each user.
  15.  
  16. >> Example:  finger ian@dowrmain.demon.co.uk
  17.  
  18. If you don't know the names of finger files at a remote host,
  19. you can use the second form of the command. This command returns
  20. a list of all finger files on the remote system.
  21.  
  22. >> Example:  finger @dowrmain.demon.co.uk
  23.  
  24.  
  25. To enable your finger server so that others may query the finger
  26. files on your system, you must give the 'start finger' command.
  27.  
  28. All of the finger files are stored in directory ~/finger.  Each
  29. user wishing to be recognized by the finger system must create a
  30. plain ASCII text file called <finger_file> in the finger 
  31. directory.
  32.  
  33. For example, user Ian would place his finger information in file
  34. ~/finger/ian.
  35.  
  36.  
  37. -----------------------
  38. Special Finger Commands
  39. -----------------------
  40. You can obtain system information from Demon with the following
  41. special finger commands:
  42.  
  43. _________________________________________________________________
  44. finger motd@gate.demon.co.uk
  45. _________________________________________________________________
  46. Get the Demon message-of-the-day. This is the message that is
  47. displayed at login.
  48.  
  49. >> Example:  finger motd@gate.demon.co.uk
  50.  
  51.  
  52. _________________________________________________________________
  53. finger status@gate.demon.co.uk
  54. _________________________________________________________________
  55. Get the Demon system status. The reply will give details of any
  56. known problems and scheduled system shutdowns for maintenance,
  57. upgrades etc.
  58.  
  59. >> Example:  finger status@gate.demon.co.uk
  60.  
  61.  
  62. _________________________________________________________________
  63. finger <my_hostname>@post.demon.co.uk
  64. _________________________________________________________________
  65. Get a list of SMTP mail ready for delivery to you.
  66.  
  67. >> Example:  finger dowrmain@post.demon.co.uk
  68.  
  69.  
  70.  
  71. _________________________________________________________________
  72. finger <nodename>@post.demon.co.uk
  73. _________________________________________________________________
  74. Get the IP address of <nodename>.
  75.  
  76. >> Example:  finger dowrmain.demon.co.uk@post.demon.co.uk
  77.  
  78.  
  79. _________________________________________________________________
  80. finger <ip_address>@post.demon.co.uk
  81. _________________________________________________________________
  82. Get the nodename corresponding to <ip_address>.
  83.  
  84. >> Example:  finger 158.152.123.251@post.demon.co.uk
  85.  
  86.